home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / textloc.arc / MANUAL.DOC < prev    next >
Text File  |  1991-07-09  |  5KB  |  108 lines

  1.                          T H E   T E X T   L O C A T O R
  2.  
  3.                                    Version 1.2
  4.  
  5.                                    Users Guide
  6.  
  7.  
  8.        The Text Locator is designed for a number of users: Programmers,
  9.        Secretaries, or anyone that needs to find a text string buried in
  10.        the middle of multiple files.  The Text Locator will quickly and
  11.        accurately locate any text string or substring and print the exact
  12.        location of the text searched.  The output will show the directory,
  13.        filenames, and line number of each occurence.  It will also show
  14.        the date and time of the printout and the string that was searched.
  15.        Once the program begins searching,  a pop-up window will appear
  16.        that will display each filename as it is being searched.
  17.  
  18.  
  19.        The Text Locator will work on any text or ASCII files in any
  20.        directory.  This program will also perform a search on network
  21.        drives as well.  The Text Locator may be started from any drive and
  22.        any directory provided that The Text Locator has been included in
  23.        your path statement.  If you are not familiar with this statement,
  24.        refer to your DOS manual or get someone familiar with DOS to assist
  25.        you.  Please note that you must be on the same drive (i.e. "C:")
  26.        that contains the directory of files to be searched.  This does not
  27.        mean that you have to be on the same drive where The Text Locator
  28.        is located.  Also, you do not have to be in the directory being
  29.        searched.
  30.  
  31.  
  32.        The Text Locator is very simple to use.  Below is an example of how
  33.        you should enter your search criteria so that The Text Locator may
  34.        find the string you wish to locate.
  35.  
  36.  
  37.                        String to locate:  school
  38.  
  39.                        Search path:  c:\school\summer
  40.  
  41.                        Search files:  *.sum  (can also be  *.*  or tech.*)
  42.  
  43.  
  44.        The Text Locator is not case sensitive and is not "word only"
  45.        oriented.  In other words you can find words by entering just
  46.        a portion of the word (substring).  For example:
  47.  
  48.  
  49.                        String to locate:  ool
  50.  
  51.                        Search path:  c:\doctrck
  52.  
  53.                        Search files:  *.prg
  54.  
  55.  
  56.        This would find any words containing the substring "ool" in all
  57.        files with the "prg" extension  (i.e. "pools",  "TOOLS", "Wool").
  58.        Here is an actual example of the output after running The Text
  59.        Locator:
  60.  
  61.  
  62. String to locate: OOL                               Wed Jul 03 22:23:22 1991
  63.  
  64.  
  65.  
  66. c:\doctrck               POOLHDR.PRG
  67. ***************************************************************************
  68.  
  69. Line 3 *:        Program: POOLHDR.PRG
  70. Line 10 *:      Called by: PTPOOL.PRG     
  71. Line 17 *   This program prints the investor pool headings.
  72. Line 59 Wk_var  = Fn_pthdr(Title,'Investor Pool List for ' + Pooltype
  73. Line 60 @  7,2  Say '          Pool           # Loans
  74. Line 61 @  8,2  Say 'Pool #    Type            Pooled
  75. Line 74 *: EOF: POOLHDR.PRG
  76.  
  77. ***************************************************************************
  78.  
  79.  
  80. c:\doctrck               UPDREL.PRG
  81. ***************************************************************************
  82.  
  83. Line 153       wk_pool = ln_poolno
  84. Line 181                replace rl_poolno with wk_pool
  85. Line 189                @ 11,15 say 'Investor Pool #' get rl_poolno
  86. Line 259                @ 11,15 say 'Investor Pool #' get rl_poolno
  87. Line 329                @ 11,15 say 'Investor Pool #' get rl_poolno
  88.  
  89. ***************************************************************************
  90.  
  91.  
  92.        The Text Locator was originally designed with the programmer in mind
  93.        as it is a great tool for searching all programs for tokens such as
  94.        variables, operators, etc.  It soon became popular with all types of
  95.        users because of the flexibility it offers in the way that files
  96.        may be searched.  Please note that the author is in no way responsible
  97.        for any damages incurred as a result of using this software.
  98.  
  99.  
  100.        NOTE FROM THE AUTHOR:  I sincerely believe you will find this
  101.        program to be a great asset in reducing the time and effort spent
  102.        searching through multiple files.  If you can think of any way that
  103.        this program may be enhanced to better serve your needs,  you may
  104.        send your comments to the address on the registration form or leave
  105.        mail in my Compuserve mailbox 76206,521.
  106.  
  107.  
  108.